/ Assembly List / LJCSalesDAL / VendorManager / Update

Namespace - LJCSalesDAL


Parameters
dataObject - The data record.
keyColumns - The key record object.
propertyNames - The included property names.
filters - The filter values.

Syntax

C#
public Void Update(Vendor dataObject, DbColumns keyColumns, List<String> propertyNames = null, DbFilters filters = null)

Updates the Data Record.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.